-
Notifications
You must be signed in to change notification settings - Fork 92
Add 3.14 server support #2078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 3.14 server support #2078
Conversation
| tenacity>=8.1.0 | ||
| # To avoid divergence, this should follow the latest release. | ||
| truss==0.11.1 | ||
| truss==0.11.27rc3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a chicken and egg - we use this truss version to perform config validation server side, but this needs to change to include py314 as an eligible python_version
However, a release with this can't exist until this PR is merged, so I've manually created an rc to prove tests pass. Once we create a release, we can fast follow this to 0.12.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nnarayen Did you mean rc003 here at all, or is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discussed offline - pypi truncates but seems to support installing via either rc003 or just rc3!
cfb47b7 to
041d795
Compare
| # base images on a merge. Updating this version will cause | ||
| # base images to be pushed with this tag. | ||
| TRUSS_BASE_IMAGE_VERSION_TAG = "v0.9.117" | ||
| TRUSS_BASE_IMAGE_VERSION_TAG = "v0.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've proactively published the new base images using the next tag as 0.12.0. Another slight chicken/egg problem
🚀 What
trixienow, the gpu ones haven't changed their base.💻 How
🔬 Testing